home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _96A869D93D0D44249E13A53458361FA7 < prev    next >
Encoding:
Text File  |  2004-05-28  |  518 b   |  27 lines

  1. shader()
  2. {
  3.     cull("none")
  4.     sortweight("sprite")
  5.  
  6.     pass()
  7.     {
  8.         pixelshader("Tiles.psh")
  9.            tmu()
  10.         {
  11.             texture()
  12.             {
  13.                 mapchannel(0)
  14.                 usermap(0)
  15.  
  16.                 addressfunc("clamp", "clamp", "clamp")
  17.                 filtering("linear_no_mip")
  18.             }
  19.         }
  20.         TFactor(1, 1, 1, 1)
  21.     colorgen("tfactor", "none", 0, 0, 0, "sin", 0.007, 0.3, 0.006)
  22.         depthfunc("always", 0)
  23.         nofog()
  24.     }
  25. }
  26.  
  27.